From 2a6f31e9d218fb3956c057edb339fd4f9eae3f8e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 5 Dec 2000 17:02:35 +0000 Subject: [PATCH] (TAGS, info): Avoid tab-prefixed comments in rules. --- Makefile.in | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 17a00af4f75..d65e40fec5c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -603,9 +603,10 @@ relock: (cd lwlib; chmod u+w *.[ch] Makefile README) (cd src; $(MAKE) $(MFLAGS) relock) -TAGS tags: lib-src src - # The src subdir knows how to do the right thing - # even when the build directory and source dir are different. +# The src subdir knows how to do the right thing +# even when the build directory and source dir are different. +TAGS tags: + lib-src src cd src; $(MAKE) tags check: @@ -616,10 +617,10 @@ dist: .PHONY: info dvi dist check html force-info: +# Note that man/Makefile knows how to +# put the info files in $(srcdir), +# so we can do ok running make in the build dir. info: force-info - # Note that man/Makefile knows how to - # put the info files in $(srcdir), - # so we can do ok running make in the build dir. (cd man; $(MAKE) $(MFLAGS) info) dvi: (cd man; $(MAKE) $(MFLAGS) dvi) -- 2.30.2